Index: applications/ecommerce/webapp/ecommerce/cart/showcart.ftl =================================================================== --- applications/ecommerce/webapp/ecommerce/cart/showcart.ftl (revision 487901) +++ applications/ecommerce/webapp/ecommerce/cart/showcart.ftl (working copy) @@ -208,16 +208,21 @@ <#if cartLine.getProductId()?exists> <#-- product item --> <#-- start code to display a small image of the product --> + <#if cartLine.getParentProductId()?exists> + <#assign parentProductId = cartLine.getParentProductId()/> + <#else> + <#assign parentProductId = cartLine.getProductId()/> + <#assign smallImageUrl = Static["org.ofbiz.product.product.ProductContentWrapper"].getProductContentAsText(cartLine.getP roduct(), "SMALL_IMAGE_URL", locale)?if_exists> <#if !smallImageUrl?has_content><#assign smallImageUrl = "/images/defaultImage.jpg"> <#if smallImageUrl?has_content> - + <#-- end code to display a small image of the product --> <#-- ${cartLineIndex} - --> - ${cartLine.getProductId( )} - + ${cartLine.getProductId()} - ${cartLine.getName()?if_exists} : ${cartLine.getDescription()?if_exists} <#-- For configurable products, the selected options are shown --> <#if cartLine.getConfigWrapper()?exists>